LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccColorLookupTable16Bit Constructor(Byte[],Byte,UInt16[])






Array that contains the number of grid points in each dimension.
Precision of data elements in bytes. Must be 02h.
Buffer of color lookup table data points. The size of each element is 2 byte. (Hence the "16Bit" in the class name).
Initializes a new IccColorLookupTable16Bit with explicit parameters. .NET support
Syntax
public IccColorLookupTable16Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   ushort[] data
)
'Declaration
 
Public Function New( _
   ByVal numberOfGridPoints() As Byte, _
   ByVal precision As Byte, _
   ByVal data() As UShort _
)
'Usage
 
Dim numberOfGridPoints() As Byte
Dim precision As Byte
Dim data() As UShort
 
Dim instance As New IccColorLookupTable16Bit(numberOfGridPoints, precision, data)
public IccColorLookupTable16Bit( 
   byte[] numberOfGridPoints,
   byte precision,
   ushort[] data
)
function IccColorLookupTable16Bit( 
   numberOfGridPoints ,
   precision ,
   data 
)
public:
IccColorLookupTable16Bit( 
   array<byte>^ numberOfGridPoints,
   byte precision,
   array<ushort>^ data
)

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.
precision
Precision of data elements in bytes. Must be 02h.
data
Buffer of color lookup table data points. The size of each element is 2 byte. (Hence the "16Bit" in the class name).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccColorLookupTable16Bit Class
IccColorLookupTable16Bit Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.